home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / rdrm20.zip / SAMPLE.ZIP / FC11 < prev    next >
Text File  |  1991-04-08  |  3KB  |  64 lines

  1.                      FIELD CHECK version 1.1
  2.                Copyright Exhibit A Communications, 1991
  3.                         Michael J. Gibbs
  4.                 110 East Avenida Palizada, Suite 201
  5.                     San Clemente, CA  92672
  6.                         March 25, 1991
  7.  
  8. DESCRIPTION
  9.         FIELD CHECK will check any comma-delimited data file (ala
  10. WordStar's mailmerge) and check to ensure that every line has the
  11. correct number of fields.  It will also look for unmatched
  12. quotation marks on each line.  Lines with errors will be reported
  13. on screen and sent to an error file on disk.
  14.  
  15.  
  16. SHAREWARE
  17.         FIELD CHECK is being released as shareware which means that
  18. you, as an individual may try this program for a reasonable
  19. period of time for evaluation purposes.  If you wish to continue to
  20. use the program, you are obligated to register with Exhibit A
  21. Communications.  Registration will accomplish many things:
  22.         1)  Remove the annoying "beg screen" when program exits
  23.         2)  Remove the annoying "beg message" in the error file
  24.         3)  Returns cursor to bottom of screen rather than in the
  25.                 middle, allowing you to continue working without
  26.                 having to clear the screen.
  27.         4)  Entitles you to the latest version of FIELD CHECK
  28.         5)  Notification of future releases
  29.         6)  Shareware (non-registered) copies of other Exhibit A
  30.                 programs.
  31.         7)  Allow you to contact the programmer for tech support
  32.         8)  Enable me to go to lunch occasionally!
  33.         The cost of FIELD CHECK ($10.00 per registered copy) allows the
  34. user to continue using the program on one computer at one time.  This
  35. means that every effort should be made to prevent any possibility that
  36. two copies may be run at the same time on different computers.
  37.         Corporate or business users are required to pay for each
  38. copy in use at their business.  Volume discounts are available
  39. upon request.
  40.         Unregistered shareware versions of this program may not
  41. be sold without the permission of Exhibit A Communications.
  42. (This means YOU shareware distributors!)  You may of course sell
  43. a registered copy so long as you transfer all copies of the
  44. registered program to the new owner.
  45.  
  46.  
  47. USAGE
  48.         FIELD CHECK can be run interactively or from the
  49. command-line.  By entering FC alone on the command line,
  50. the user is offered the opportunity to enter the name of the file
  51. they wish checked as well as the number of fields on each line.
  52.  
  53.         Command-line usage is as follows:
  54.  
  55.         FC <filename> <number of fields> <error file name>
  56.  
  57. Where <filename> is the name of the data file to be checked, <number of
  58. fields> is what it says and <error file name> allows user to specify the name
  59. of the output file.  The program will immediately begin checking <filename> for
  60. <number of fields>.  Any errors will be displayed in the error
  61. window as well as listed in the file FLD_CHK.ERR.
  62.  
  63.  
  64.